projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f2e435
)
Make legal status more obvious.
author
Glenn Morris
<rgm@gnu.org>
Wed, 14 Feb 2007 02:24:30 +0000
(
02:24
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 14 Feb 2007 02:24:30 +0000
(
02:24
+0000)
admin/check-doc-strings
patch
|
blob
|
history
diff --git
a/admin/check-doc-strings
b/admin/check-doc-strings
index ce2166fce8118f3384aedf63333cb369d72a5105..daed2926b2004d0356660bf40bf216139b7fd499 100755
(executable)
--- a/
admin/check-doc-strings
+++ b/
admin/check-doc-strings
@@
-1,6
+1,9
@@
: #-*- Perl -*-
eval 'exec perl -w -S $0 ${1+"$@"}' # Portability kludge
- if 0; # Author: Martin Buchholz
+ if 0;
+
+# Author: Martin Buchholz
+# This program is in the public domain.
use strict;
use POSIX;